home *** CD-ROM | disk | FTP | other *** search
/ Historia Visual de la Argentina / Historia Visual de la Argentina (Disc 4) (1975-2000) (Argentina) / HVA19752000.bin / data4 / tematico.dxr / 00019_Back del fondo.ls < prev    next >
Encoding:
Text File  |  2000-11-13  |  307 b   |  13 lines

  1. on mouseUp
  2.   global seccion
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   if (the frameLabel contains "au") or (the frameLabel contains "fo") or (the frameLabel contains "vi") then
  7.     go(string("noticia" & seccion))
  8.   else
  9.     go("main")
  10.   end if
  11.   set the scrollTop of member "fieldNoticia" to 1
  12. end
  13.